projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f5c223
)
Fix the default for the is_a_template flag.
author
Ewan Mellor
<ewan@xensource.com>
Tue, 27 Mar 2007 10:31:25 +0000
(11:31 +0100)
committer
Ewan Mellor
<ewan@xensource.com>
Tue, 27 Mar 2007 10:31:25 +0000
(11:31 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendConfig.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendConfig.py
b/tools/python/xen/xend/XendConfig.py
index a93c0645512738264b09b4fe3bef47e2e0f43f6d..f986fdd6714d600d549debd3ad533a638633f5fb 100644
(file)
--- a/
tools/python/xen/xend/XendConfig.py
+++ b/
tools/python/xen/xend/XendConfig.py
@@
-298,7
+298,7
@@
class XendConfig(dict):
'actions_after_reboot': 'restart',
'actions_after_crash': 'restart',
'actions_after_suspend': '',
- 'is_template': False,
+ 'is_
a_
template': False,
'is_control_domain': False,
'features': '',
'PV_bootloader': '',